projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50bb94c
)
ARM: UniPhier: set CONFIG_SYS_MALLOC_F to the global default value
author
Masahiro Yamada
<
[email protected]
>
Tue, 24 Feb 2015 13:26:18 +0000
(22:26 +0900)
committer
Tom Rini
<
[email protected]
>
Tue, 24 Feb 2015 22:05:22 +0000
(17:05 -0500)
It is true that malloc is necessary for Driver Model before
relocation, but there is no good reason to reserve the malloc
space more than enough. The default value 0x400 works well.
Signed-off-by: Masahiro Yamada <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
arch/arm/cpu/armv7/uniphier/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/uniphier/Kconfig
b/arch/arm/cpu/armv7/uniphier/Kconfig
index 1a47ac90290940a8c301d262686843e33c85f660..8fdef28c02d5434984cc32d89cfb4dfdf1172826 100644
(file)
--- a/
arch/arm/cpu/armv7/uniphier/Kconfig
+++ b/
arch/arm/cpu/armv7/uniphier/Kconfig
@@
-52,7
+52,7
@@
config SYS_MALLOC_F
default y
config SYS_MALLOC_F_LEN
- default 0x
20
00
+ default 0x
4
00
config CMD_PINMON
bool "Enable boot mode pins monitor command"